Skip to content

Conversation

RalfJung
Copy link
Member

Successful merges:

Failed merges:

r? @ghost

Aaron1011 and others added 6 commits May 22, 2020 03:26
The previous implementation did not work when called on an opening
delimiter, or when called re-entrantly from the same `TokenCursor` stack
depth.
We store store the `DefId` directly in `ExpnData`. This will allow us to
serialize `ExpnData` in PR rust-lang#72121 without needing to manage a side
table.
call_one_force -> call_once_force
… r=petrochenkov

Remove `macro_defs` map

We now store the `DefId` directly in `ExpnKind::Macro`. This will allow
us to serialize `ExpnData` in PR rust-lang#72121 without needing to manage a side
table.
…okens, r=petrochenkov

Rewrite `Parser::collect_tokens`

The previous implementation did not work when called on an opening
delimiter, or when called re-entrantly from the same `TokenCursor` stack
depth.

I'm not sure how to test this apart from rust-lang#72287
Fix typo in doc comment.

call_one_force -> call_on**c**e_force
@RalfJung
Copy link
Member Author

@rustbot modify labels: +rollup
@bors r+ rollup=never p=3

@bors
Copy link
Collaborator

bors commented May 24, 2020

📌 Commit e2e3aac has been approved by RalfJung

@rustbot rustbot added the rollup A PR which is a rollup label May 24, 2020
@bors bors added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label May 24, 2020
@bors
Copy link
Collaborator

bors commented May 24, 2020

⌛ Testing commit e2e3aac with merge 94fcccc...

@bors
Copy link
Collaborator

bors commented May 24, 2020

☀️ Test successful - checks-azure
Approved by: RalfJung
Pushing 94fcccc to master...

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label May 24, 2020
@bors bors merged commit 94fcccc into rust-lang:master May 24, 2020
@RalfJung RalfJung deleted the rollup-ydthv90 branch May 25, 2020 07:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merged-by-bors This PR was explicitly merged by bors. rollup A PR which is a rollup S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants